namespace Client
{
partial class MenuForm
{
private System.ComponentModel.IContainer components = null;
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form 디자이너에서 생성한 코드
private void InitializeComponent()
{
this.singlePlayButton = new System.Windows.Forms.Button();
this.exitButton = new System.Windows.Forms.Button();
this.SuspendLayout();
this.singlePlayButton.Location = new System.Drawing.Point(245, 101);
this.singlePlayButton.Name = "singlePlayButton";
this.singlePlayButton.Size = new System.Drawing.Size(100, 40);
this.singlePlayButton.TabIndex = 0;
this.singlePlayButton.Text = "혼자하기";
this.singlePlayButton.UseVisualStyleBackColor = true;
this.singlePlayButton.Click += new System.EventHandler(this.singlePlayButton_Click);
this.exitButton.Location = new System.Drawing.Point(245, 203);
this.exitButton.Name = "exitButton";
this.exitButton.Size = new System.Drawing.Size(100, 40);
this.exitButton.TabIndex = 1;
this.exitButton.Text = "종료하기";
this.exitButton.UseVisualStyleBackColor = true;
this.exitButton.Click += new System.EventHandler(this.exitButton_Click);
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(584, 361);
this.Controls.Add(this.exitButton);
this.Controls.Add(this.singlePlayButton);
this.Name = "MenuForm";
this.Text = "Form1";
this.Load += new System.EventHandler(this.MenuForm_Load);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button singlePlayButton;
private System.Windows.Forms.Button exitButton;
}
}